Skip to content

Commit

Permalink
Merge pull request #34 from gockle/main
Browse files Browse the repository at this point in the history
Updates for aws-cdk-lib and other node modules
  • Loading branch information
aijunpeng authored Aug 10, 2023
2 parents 8087fe7 + 5dbdd56 commit 27d6c7d
Show file tree
Hide file tree
Showing 17 changed files with 15,339 additions and 11,402 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,14 @@ 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).

## [2.0.6] - 2023-06-27

## [2.0.7] - 2023-08-10

### Changed

- Update aws-cdk-lib to force CustomResourceProvider and Provider to update lambda runtimes to Nodejs18.x.

## [2.0.6] - 2023-06-27

### Fixed

- Fixed dependabot issues for fast-xml-parser, [CVE-2023-34104](https://nvd.nist.gov/vuln/detail/CVE-2023-34104).
Expand Down
1,991 changes: 1,032 additions & 959 deletions deployment/cdk-solution-helper/package-lock.json

Large diffs are not rendered by default.

5,446 changes: 4,523 additions & 923 deletions package-lock.json

Large diffs are not rendered by default.

10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@
"typedoc": "^0.22.13",
"typedoc-plugin-no-inherit": "1.3.0",
"typescript": "^4.2.2",
"@aws-sdk/client-s3": "^3.315"
"@aws-sdk/client-s3": "^3.359"
},
"overrides": {
"word-wrap": "1.2.4"
},
"resolutions": {
"word-wrap": "1.2.4"
}
}
}
1,781 changes: 886 additions & 895 deletions source/resources/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions source/resources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"@aws-solutions-constructs/aws-cloudfront-s3": "~2.39.0",
"@aws-solutions-constructs/aws-eventbridge-lambda": "~2.39.0",
"constructs": "^10.2.0",
"aws-cdk-lib": "^2.81.0"
"aws-cdk-lib": "^2.88.0"
},
"jestSonar": {
"reportPath": "coverage"
}
}
}
4,070 changes: 2,053 additions & 2,017 deletions source/services/complianceGenerator/package-lock.json

Large diffs are not rendered by default.

16 changes: 5 additions & 11 deletions source/services/complianceGenerator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,22 +31,16 @@
"typescript": "^4.0.2"
},
"dependencies": {
"@aws-sdk/client-ec2": "~3.342.0",
"@aws-sdk/client-fms": "~3.342.0",
"@aws-sdk/client-s3": "~3.342.0",
"@aws-sdk/client-sns": "~3.342.0",
"@aws-sdk/client-sqs": "~3.342.0",
"@aws-sdk/client-ec2": "~3.359.0",
"@aws-sdk/client-fms": "~3.359.0",
"@aws-sdk/client-s3": "~3.359.0",
"@aws-sdk/client-sns": "~3.359.0",
"@aws-sdk/client-sqs": "~3.359.0",
"csv-writer": "~1.6.0",
"winston": "~3.9.0",
"got": "~11.8.6"
},
"jestSonar": {
"reportPath": "coverage"
},
"overrides": {
"fast-xml-parser": "4.2.4"
},
"resolutions": {
"fast-xml-parser": "4.2.4"
}
}
3,592 changes: 1,814 additions & 1,778 deletions source/services/helper/package-lock.json

Large diffs are not rendered by default.

10 changes: 2 additions & 8 deletions source/services/helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
},
"license": "Apache-2.0",
"dependencies": {
"@aws-sdk/client-fms": "~3.342.0",
"@aws-sdk/client-s3": "~3.342.0",
"@aws-sdk/client-fms": "~3.359.0",
"@aws-sdk/client-s3": "~3.359.0",
"got": "~11.8.6",
"uuid": "~9.0.0",
"winston": "~3.9.0"
Expand All @@ -38,11 +38,5 @@
},
"jestSonar": {
"reportPath": "coverage"
},
"overrides": {
"fast-xml-parser": "4.2.4"
},
"resolutions": {
"fast-xml-parser": "4.2.4"
}
}
26 changes: 13 additions & 13 deletions source/services/metricsManager/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 source/services/metricsManager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"@types/jest": "^29.5.1",
"@types/node": "^18.11.9",
"@types/node": "^20.4.5",
"jest": "^29.5.0",
"jest-sonar-reporter": "^2.0.0",
"ts-jest": "^29.1.0",
Expand All @@ -35,4 +35,4 @@
"jestSonar": {
"reportPath": "coverage"
}
}
}
Loading

0 comments on commit 27d6c7d

Please sign in to comment.