Skip to content
This repository was archived by the owner on Jun 26, 2025. It is now read-only.

Commit a923a33

Browse files
authored
Merge pull request #43 from aws-solutions/feature/v1.0.5
Update to 1.0.5
2 parents a04ba58 + 892e037 commit a923a33

File tree

11 files changed

+3991
-3955
lines changed

11 files changed

+3991
-3955
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.5] - 2023-10-20
9+
10+
### Changed
11+
12+
- Security updates
13+
814
## [1.0.4] - 2023-09-27
915

1016
### Changed

source/custom-resources/package-lock.json

Lines changed: 796 additions & 790 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/custom-resources/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@aws-sdk/client-ssm": "^3.398.0",
2121
"aws-sdk-client-mock": "^3.0.0",
2222
"axios-mock-adapter": "^1.19.0",
23-
"jest": "^29.6.1"
23+
"jest": "^29.7.0"
2424
},
2525
"scripts": {
2626
"clean": "rm -rf dist/ node_modules/ coverage/",

source/utils/package-lock.json

Lines changed: 796 additions & 790 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
},
1818
"devDependencies": {
1919
"axios-mock-adapter": "^1.19.0",
20-
"jest": "^29.6.1"
20+
"jest": "^29.7.0"
2121
}
2222
}

source/workflow-common/package-lock.json

Lines changed: 796 additions & 790 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/workflow-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@aws-sdk/client-sqs": "^3.398.0",
1616
"@aws-sdk/lib-dynamodb": "^3.398.0",
1717
"aws-sdk-client-mock": "^3.0.0",
18-
"jest": "^29.6.1"
18+
"jest": "^29.7.0"
1919
},
2020
"scripts": {
2121
"clean": "rm -rf dist/ node_modules/ coverage/",

source/workflow-export/package-lock.json

Lines changed: 796 additions & 790 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/workflow-export/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@aws-sdk/client-sqs": "^3.398.0",
1818
"@aws-sdk/lib-dynamodb": "^3.398.0",
1919
"aws-sdk-client-mock": "^3.0.0",
20-
"jest": "^29.6.1"
20+
"jest": "^29.7.0"
2121
},
2222
"scripts": {
2323
"clean": "rm -rf dist/ node_modules/ coverage/",

0 commit comments

Comments
 (0)