Skip to content

Commit 3e6425c

Browse files
authored
Dependency Updates (opensearch-project#463)
* Dependency Updates This PR includes updates to several dependencies in order to address known Common Vulnerabilities and Exposures (CVEs). The following dependencies have been updated: * axios * minimist * moment * minimatch It's worth noting that the updated versions were determined based on the analysis of CVE scopes (the range of affected versions) and by referring to working versions used in other repositories or branches. The following sources were consulted: alerting-dashboards-plugin opensearch-js anomaly-detection-dashboards-plugin OpenSearch-Dashboards Signed-off-by: Kaituo Li <kaituo@amazon.com> * Increment version to 1.3.10 The version of OpenSearch Dashboards on branch 1.3 is currently 1.3.10. We need to increment AD dashboard version to 1.3.10 to reflect the latest changes. Signed-off-by: Kaituo Li <kaituo@amazon.com> --------- Signed-off-by: Kaituo Li <kaituo@amazon.com>
1 parent 0113155 commit 3e6425c

File tree

4 files changed

+36
-27
lines changed

4 files changed

+36
-27
lines changed

.github/workflows/remote-integ-tests-workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- '*'
1212
env:
1313
OPENSEARCH_DASHBOARDS_VERSION: '1.3'
14-
OPENSEARCH_VERSION: '1.3.9-SNAPSHOT'
14+
OPENSEARCH_VERSION: '1.3.10-SNAPSHOT'
1515
OPENSEARCH_DASHBOARDS_FTREPO_VERSION: '1.3'
1616
ANOMALY_DETECTION_PLUGIN_VERSION: '1.3'
1717
jobs:

opensearch_dashboards.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "anomalyDetectionDashboards",
3-
"version": "1.3.9.0",
4-
"opensearchDashboardsVersion": "1.3.9",
3+
"version": "1.3.10.0",
4+
"opensearchDashboardsVersion": "1.3.10",
55
"configPath": ["anomaly_detection_dashboards"],
66
"requiredPlugins": ["navigation"],
77
"optionalPlugins": [],

package.json

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "anomaly-detection-dashboards",
3-
"version": "1.3.9.0",
3+
"version": "1.3.10.0",
44
"description": "OpenSearch Anomaly Detection Dashboards Plugin",
55
"main": "index.js",
66
"config": {
7-
"plugin_version": "1.3.9.0",
7+
"plugin_version": "1.3.10.0",
88
"plugin_name": "anomalyDetectionDashboards",
99
"plugin_zip_name": "anomaly-detection-dashboards"
1010
},
@@ -54,6 +54,10 @@
5454
"**/terser": "^4.8.1",
5555
"decode-uri-component": "^0.2.1",
5656
"json5": "^2.2.3",
57-
"@sideway/formula": "^3.0.1"
57+
"@sideway/formula": "^3.0.1",
58+
"minimist": "^1.2.6",
59+
"moment": "^2.29.4",
60+
"minimatch": "^3.1.2",
61+
"axios": "^0.21.4"
5862
}
5963
}

yarn.lock

+26-21
Original file line numberDiff line numberDiff line change
@@ -608,12 +608,12 @@ atob@^2.1.2:
608608
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
609609
integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==
610610

611-
axios@^0.21.1:
612-
version "0.21.1"
613-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
614-
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
611+
axios@^0.21.1, axios@^0.21.4:
612+
version "0.21.4"
613+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.4.tgz#c67b90dc0568e5c1cf2b0b858c43ba28e2eda575"
614+
integrity sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==
615615
dependencies:
616-
follow-redirects "^1.10.0"
616+
follow-redirects "^1.14.0"
617617

618618
babel-polyfill@^6.26.0:
619619
version "6.26.0"
@@ -1680,10 +1680,10 @@ flush-write-stream@^1.0.0:
16801680
inherits "^2.0.3"
16811681
readable-stream "^2.3.6"
16821682

1683-
follow-redirects@^1.10.0:
1684-
version "1.14.8"
1685-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.8.tgz#016996fb9a11a100566398b1c6839337d7bfa8fc"
1686-
integrity sha512-1x0S9UVJHsQprFcEC/qnNzBLcIxsjAV905f/UkQxbclCsoTWlacCNOpQa/anodLl2uaEKFhfWOvM2Qg77+15zA==
1683+
follow-redirects@^1.14.0:
1684+
version "1.15.2"
1685+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13"
1686+
integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==
16871687

16881688
for-in@^1.0.2:
16891689
version "1.0.2"
@@ -2270,10 +2270,10 @@ json-schema-traverse@^0.4.1:
22702270
resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660"
22712271
integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==
22722272

2273-
json5@^2.1.2:
2274-
version "2.2.1"
2275-
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c"
2276-
integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==
2273+
json5@^2.1.2, json5@^2.2.3:
2274+
version "2.2.3"
2275+
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
2276+
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
22772277

22782278
kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.2.0:
22792279
version "3.2.2"
@@ -2587,17 +2587,17 @@ minimalistic-crypto-utils@^1.0.1:
25872587
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
25882588
integrity sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=
25892589

2590-
minimatch@^3.0.4:
2591-
version "3.0.4"
2592-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
2593-
integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
2590+
minimatch@^3.0.4, minimatch@^3.1.2:
2591+
version "3.1.2"
2592+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
2593+
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
25942594
dependencies:
25952595
brace-expansion "^1.1.7"
25962596

2597-
minimist@^1.2.5:
2598-
version "1.2.5"
2599-
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
2600-
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
2597+
minimist@^1.2.5, minimist@^1.2.6:
2598+
version "1.2.8"
2599+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
2600+
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
26012601

26022602
mississippi@^3.0.0:
26032603
version "3.0.0"
@@ -2635,6 +2635,11 @@ moment@^2.24.0:
26352635
resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.1.tgz#b2be769fa31940be9eeea6469c075e35006fa3d3"
26362636
integrity sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ==
26372637

2638+
moment@^2.29.4:
2639+
version "2.29.4"
2640+
resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.4.tgz#3dbe052889fe7c1b2ed966fcb3a77328964ef108"
2641+
integrity sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==
2642+
26382643
move-concurrently@^1.0.1:
26392644
version "1.0.1"
26402645
resolved "https://registry.yarnpkg.com/move-concurrently/-/move-concurrently-1.0.1.tgz#be2c005fda32e0b29af1f05d7c4b33214c701f92"

0 commit comments

Comments
 (0)