From c564b2f24f1bf2a1076eb3ca786be9f70b0de0fa Mon Sep 17 00:00:00 2001 From: Shenoy Pratik Date: Fri, 13 Sep 2024 16:54:55 -0700 Subject: [PATCH 1/3] Bump path-to-regexp to 1.9.0 Signed-off-by: Shenoy Pratik --- package.json | 5 +++-- yarn.lock | 8 ++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 51b6f050..0a2b6e70 100644 --- a/package.json +++ b/package.json @@ -90,6 +90,7 @@ "debug": "^4.3.4", "browserify-sign": "^4.2.2", "braces": "^3.0.3", - "micromatch": "^4.0.8" + "micromatch": "^4.0.8", + "path-to-regexp": "^1.9.0" } -} \ No newline at end of file +} diff --git a/yarn.lock b/yarn.lock index c106e69a..8a8ac380 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4937,10 +4937,10 @@ path-parse@^1.0.7: resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735" integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== -path-to-regexp@^1.7.0, path-to-regexp@^1.8.0: - version "1.8.0" - resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-1.8.0.tgz#887b3ba9d84393e87a0a0b9f4cb756198b53548a" - integrity sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA== +path-to-regexp@^1.7.0, path-to-regexp@^1.8.0, path-to-regexp@^1.9.0: + version "1.9.0" + resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-1.9.0.tgz#5dc0753acbf8521ca2e0f137b4578b917b10cf24" + integrity sha512-xIp7/apCFJuUHdDLWe8O1HIkb0kQrOMb/0u6FXQjemHn/ii5LrIzU6bdECnsiTF/GjZkMEKg1xdiZwNqDYlZ6g== dependencies: isarray "0.0.1" From 0d51ab6b0dc5a47337a250dec2adb1585e3bbf88 Mon Sep 17 00:00:00 2001 From: Shenoy Pratik Date: Fri, 13 Sep 2024 16:56:56 -0700 Subject: [PATCH 2/3] update release notes Signed-off-by: Shenoy Pratik --- .../opensearch-dashboards-reporting.release-notes-2.17.0.0.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/release-notes/opensearch-dashboards-reporting.release-notes-2.17.0.0.md b/release-notes/opensearch-dashboards-reporting.release-notes-2.17.0.0.md index 02624011..d6a9caf1 100644 --- a/release-notes/opensearch-dashboards-reporting.release-notes-2.17.0.0.md +++ b/release-notes/opensearch-dashboards-reporting.release-notes-2.17.0.0.md @@ -9,4 +9,5 @@ Compatible with OpenSearch and OpenSearch Dashboards Version 2.17.0 ### Bug Fixes * [Bugfix] Update UI and handle new navigation ([#416](https://github.com/opensearch-project/dashboards-reporting/pull/416)) -* [Bug] Remove unused import ([#419](https://github.com/opensearch-project/dashboards-reporting/pull/419)) \ No newline at end of file +* [Bug] Remove unused import ([#419](https://github.com/opensearch-project/dashboards-reporting/pull/419)) +* Bump path-to-regexp to 1.9.0 ([#432](https://github.com/opensearch-project/dashboards-reporting/pull/432)) From ab388efa8506fd9a9b1c034129bcc07502e00364 Mon Sep 17 00:00:00 2001 From: Shenoy Pratik Date: Fri, 13 Sep 2024 17:02:28 -0700 Subject: [PATCH 3/3] revert package.json changes Signed-off-by: Shenoy Pratik --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 0a2b6e70..9869b2e1 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,6 @@ "debug": "^4.3.4", "browserify-sign": "^4.2.2", "braces": "^3.0.3", - "micromatch": "^4.0.8", - "path-to-regexp": "^1.9.0" + "micromatch": "^4.0.8" } }