Skip to content

Commit

Permalink
Adds resolution for micromatch, updates yarn.lock (#2117)
Browse files Browse the repository at this point in the history
  • Loading branch information
derek-ho authored Sep 11, 2024
1 parent cc39b75 commit c2c7e8d
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 549 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"debug": "^4.3.4",
"ejs": "^3.1.10",
"express": "^4.19.2",
"braces": "^3.0.3"
"braces": "^3.0.3",
"micromatch": "^4.0.8"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ Compatible with OpenSearch and OpenSearch Dashboards version 2.17.0
* Updates backport workflow ([#2074](https://github.com/opensearch-project/security-dashboards-plugin/pull/2074))
* Fixes spacing in package.json ([#2068](https://github.com/opensearch-project/security-dashboards-plugin/pull/2068))
* Increment version to 2.17.0.0 ([#2090](https://github.com/opensearch-project/security-dashboards-plugin/pull/2090))
* Bump micromatch to 4.0.8 ([#2117](https://github.com/opensearch-project/security-dashboards-plugin/pull/2117))
Loading

0 comments on commit c2c7e8d

Please sign in to comment.