Skip to content

Commit

Permalink
Merge pull request #43 from aws-solutions/feature/v1.0.5
Browse files Browse the repository at this point in the history
Update to 1.0.5
  • Loading branch information
ekielley authored Oct 24, 2023
2 parents a04ba58 + 892e037 commit a923a33
Show file tree
Hide file tree
Showing 11 changed files with 3,991 additions and 3,955 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.5] - 2023-10-20

### Changed

- Security updates

## [1.0.4] - 2023-09-27

### Changed
Expand Down
1,586 changes: 796 additions & 790 deletions source/custom-resources/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion source/custom-resources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@aws-sdk/client-ssm": "^3.398.0",
"aws-sdk-client-mock": "^3.0.0",
"axios-mock-adapter": "^1.19.0",
"jest": "^29.6.1"
"jest": "^29.7.0"
},
"scripts": {
"clean": "rm -rf dist/ node_modules/ coverage/",
Expand Down
1,586 changes: 796 additions & 790 deletions source/utils/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion source/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
},
"devDependencies": {
"axios-mock-adapter": "^1.19.0",
"jest": "^29.6.1"
"jest": "^29.7.0"
}
}
1,586 changes: 796 additions & 790 deletions source/workflow-common/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion source/workflow-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@aws-sdk/client-sqs": "^3.398.0",
"@aws-sdk/lib-dynamodb": "^3.398.0",
"aws-sdk-client-mock": "^3.0.0",
"jest": "^29.6.1"
"jest": "^29.7.0"
},
"scripts": {
"clean": "rm -rf dist/ node_modules/ coverage/",
Expand Down
1,586 changes: 796 additions & 790 deletions source/workflow-export/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion source/workflow-export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@aws-sdk/client-sqs": "^3.398.0",
"@aws-sdk/lib-dynamodb": "^3.398.0",
"aws-sdk-client-mock": "^3.0.0",
"jest": "^29.6.1"
"jest": "^29.7.0"
},
"scripts": {
"clean": "rm -rf dist/ node_modules/ coverage/",
Expand Down
Loading

0 comments on commit a923a33

Please sign in to comment.