Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: AWSHurneyt <hurneyt@amazon.com>
  • Loading branch information
AWSHurneyt committed Sep 5, 2024
1 parent 31a2672 commit 6cd415e
Show file tree
Hide file tree
Showing 3 changed files with 155 additions and 931 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@
"semver": "^5.7.2",
"**/d3-color": "^3.1.0",
"@cypress/request": "^3.0.0",
"braces": "^3.0.3"
"braces": "^3.0.3",
"micromatch": "^4.0.8"
},
"engines": {
"yarn": "^1.21.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Compatible with OpenSearch Dashboards 2.17.0
### Maintenance
* Increment version to 2.17.0.0 ([#1054](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/1054))
* [CVE-2024-4068] Pinned package version for braces ([#1024](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/1024))
* [CVE-2024-4067] Fix CVE-2024-4067. ([#1074](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/1074))

### Refactoring
* support date_nanos type when select time field for creating monitor ([#954](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/954))
Expand Down
Loading

0 comments on commit 6cd415e

Please sign in to comment.