Skip to content

Commit

Permalink
Bump constructs from 10.2.70 to 10.3.0
Browse files Browse the repository at this point in the history
Bumps [constructs](https://github.com/aws/constructs) from 10.2.70 to 10.3.0.
- [Release notes](https://github.com/aws/constructs/releases)
- [Commits](aws/constructs@v10.2.70...v10.3.0)

---
updated-dependencies:
- dependency-name: constructs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 18, 2024
1 parent fbf260f commit 8819df4
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 22 deletions.
2 changes: 1 addition & 1 deletion deployment/ehr-proxy/ehr-proxy-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"aws-cdk-lib": "2.104.0",
"constructs": "^10.0.0",
"constructs": "^10.3.0",
"source-map-support": "^0.5.21",
"ehr-proxy-hapi-endpoint": "^0.1.0",
"ehr-proxy-smart-proxy": "^0.1.0"
Expand Down
4 changes: 2 additions & 2 deletions deployment/ehr-proxy/hapi-endpoint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"@types/jest": "^29.5.12",
"@types/node": "20.14.2",
"aws-cdk-lib": "2.104.0",
"constructs": "^10.0.0",
"constructs": "^10.3.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"typescript": "~5.2.2"
},
"peerDependencies": {
"aws-cdk-lib": "2.104.0",
"constructs": "^10.0.0"
"constructs": "^10.3.0"
}
}
4 changes: 2 additions & 2 deletions deployment/ehr-proxy/smart-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"@types/jest": "^29.5.12",
"@types/node": "20.14.2",
"aws-cdk-lib": "2.104.0",
"constructs": "^10.0.0",
"constructs": "^10.3.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"typescript": "~5.2.2"
},
"peerDependencies": {
"aws-cdk-lib": "2.104.0",
"constructs": "^10.0.0"
"constructs": "^10.3.0"
}
}
4 changes: 2 additions & 2 deletions deployment/forms-server/assemble-endpoint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"@types/jest": "^29.5.12",
"@types/node": "20.14.2",
"aws-cdk-lib": "2.104.0",
"constructs": "^10.0.0",
"constructs": "^10.3.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"typescript": "~5.2.2"
},
"peerDependencies": {
"aws-cdk-lib": "2.104.0",
"constructs": "^10.0.0"
"constructs": "^10.3.0"
}
}
2 changes: 1 addition & 1 deletion deployment/forms-server/forms-server-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"aws-cdk-lib": "2.104.0",
"constructs": "^10.0.0",
"constructs": "^10.3.0",
"source-map-support": "^0.5.21",
"forms-server-assemble-endpoint": "^0.1.0",
"forms-server-hapi-endpoint": "^0.1.0"
Expand Down
4 changes: 2 additions & 2 deletions deployment/forms-server/hapi-endpoint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"@types/jest": "^29.5.12",
"@types/node": "20.14.2",
"aws-cdk-lib": "2.104.0",
"constructs": "^10.0.0",
"constructs": "^10.3.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"typescript": "~5.2.2"
},
"peerDependencies": {
"aws-cdk-lib": "2.104.0",
"constructs": "^10.0.0"
"constructs": "^10.3.0"
}
}
25 changes: 13 additions & 12 deletions package-lock.json

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

0 comments on commit 8819df4

Please sign in to comment.