Skip to content

Commit

Permalink
update to version 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
abewub committed Jun 23, 2023
1 parent e973baa commit 123f5ab
Show file tree
Hide file tree
Showing 18 changed files with 5,098 additions and 20,298 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +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).

## [1.2.2] - 2023-06-22

### Changed

- Library updates to address [xml2js is vulnerable to prototype pollution](https://cwe.mitre.org/data/definitions/1321.html)
- Library updates to address [http-cache-semantics vulnerable to Regular Expression Denial of Service](https://cwe.mitre.org/data/definitions/1333.html)


## [1.2.1] - 2023-01-13

### Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ See license [here](./LICENSE.txt)

## Collection of operational metrics

This solution collects anonymous operational metrics to help AWS improve the quality and features of the solution. For more information, including how to disable this capability, please see the [implementation guide](https://docs.aws.amazon.com/solutions/latest/application-monitoring-with-cloudwatch/).
This solution collects anonymized operational metrics to help AWS improve the quality and features of the solution. For more information, including how to disable this capability, please see the [implementation guide](https://docs.aws.amazon.com/solutions/latest/application-monitoring-with-cloudwatch/).

---

Expand Down
1,544 changes: 195 additions & 1,349 deletions package-lock.json

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cw-monitoring-framework",
"description": "AWS Horus - A CloudWatch Monitoring Framework",
"license": "Apache-2.0",
"version": "1.2.1",
"version": "1.2.2",
"scripts": {
"lint": "./node_modules/eslint/bin/eslint.js . --ext .ts",
"prettier-format": "./node_modules/prettier/bin-prettier.js --config .prettierrc.yml '**/*.ts' --write",
Expand All @@ -13,13 +13,13 @@
"test": "cd ./deployment && chmod +x run-unit-tests.sh && ./run-unit-tests.sh"
},
"devDependencies": {
"@types/uuid": "~9.0.0",
"@typescript-eslint/eslint-plugin": "~5.48.1",
"@typescript-eslint/parser": "~5.48.1",
"eslint": "~8.31.0",
"eslint-config-prettier": "~8.6.0",
"eslint-plugin-prettier": "~4.2.1",
"prettier": "~2.8.0",
"typescript": "~4.9.3"
"@types/uuid": "^9.0.2",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.8",
"typescript": "^5.1.3"
}
}
4,020 changes: 1,826 additions & 2,194 deletions source/resources/package-lock.json

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions source/resources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@
"coverage": "npm ci && LOG_LEVEL=debug ./node_modules/jest/bin/jest.js --coverage ./__tests__"
},
"devDependencies": {
"@aws-cdk/aws-servicecatalogappregistry-alpha": "^2.50.0-alpha.0",
"@types/jest": "~27.0.1",
"@types/node": "~18.6.2",
"aws-cdk": "^2.45.0",
"aws-cdk-lib": "^2.45.0",
"constructs": "^10.0.0",
"jest": "~28.1.3",
"@aws-cdk/aws-servicecatalogappregistry-alpha": "^2.84.0-alpha.0",
"@types/jest": "~29.5.2",
"@types/node": "~20.3.1",
"aws-cdk": "^2.84.0",
"aws-cdk-lib": "^2.84.0",
"constructs": "^10.2.52",
"jest": "~29.5.0",
"jest-sonar-reporter": "~2.0.0",
"ts-jest": "~28.0.7",
"ts-jest": "~29.1.0",
"ts-node": "~10.9.1",
"typescript": "~4.7.4"
"typescript": "~5.1.3"
},
"jestSonar": {
"reportPath": "coverage",
Expand Down
Loading

0 comments on commit 123f5ab

Please sign in to comment.