Skip to content

Commit f04a513

Browse files
committed
[Manual Backport 1.3] [CVE-2020-36632] Bumps flat from 4.1.1 to 5.0.2
Signed-off-by: Zilong Xia <zilongx@amazon.com>
1 parent ddd7f50 commit f04a513

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
2222
- [CVE-2022-46175] Bumps json5 version from 1.0.1 and 2.2.1 to 1.0.2 and 2.2.3 ([#3201](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3201))
2323
- [CVE-2022-25912] Bumps simple-git from 3.4.0 to 3.15.0 ([#3036](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3036))
2424
- [CVE-2022-25860] Bumps simple-git from 3.15.1 to 3.16.0 ([#3345](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3345))
25+
- [CVE-2020-36632] [REQUIRES PLUGIN VALIDATION] Bumps flat from 4.1.1 to 5.0.2 ([#3520](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3520)). To the best of our knowledge, this is a non-breaking change, but if your plugin relies on `mocha` tests, validate that they still work correctly (and plan to migrate them to `jest` [in preparation for `mocha` deprecation](https://github.com/opensearch-project/OpenSearch-Dashboards/issues/1572).
2526

2627
### 📈 Features/Enhancements
2728

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
"!chromedriver/**/axios": "^0.21.4",
8888
"chromedriver/**/axios": "^0.27.2",
8989
"**/ejs": "^3.1.6",
90+
"**/flat": "^5.0.2",
9091
"**/follow-redirects": "^1.15.2",
9192
"**/front-matter": "^4.0.2",
9293
"**/glob-parent": "^6.0.0",

yarn.lock

+5-7
Original file line numberDiff line numberDiff line change
@@ -9589,12 +9589,10 @@ flat-cache@^2.0.1:
95899589
rimraf "2.6.3"
95909590
write "1.0.3"
95919591

9592-
flat@^4.1.0:
9593-
version "4.1.1"
9594-
resolved "https://registry.yarnpkg.com/flat/-/flat-4.1.1.tgz#a392059cc382881ff98642f5da4dde0a959f309b"
9595-
integrity sha512-FmTtBsHskrU6FJ2VxCnsDb84wu9zhmO3cUX2kGFb5tuwhfXxGciiT0oRY+cck35QmG+NmGh5eLz6lLCpWTqwpA==
9596-
dependencies:
9597-
is-buffer "~2.0.3"
9592+
flat@^4.1.0, flat@^5.0.2:
9593+
version "5.0.2"
9594+
resolved "https://registry.yarnpkg.com/flat/-/flat-5.0.2.tgz#8ca6fe332069ffa9d324c327198c598259ceb241"
9595+
integrity sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==
95989596

95999597
flatted@^2.0.0:
96009598
version "2.0.0"
@@ -11938,7 +11936,7 @@ is-buffer@^1.1.4, is-buffer@^1.1.5:
1193811936
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
1193911937
integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==
1194011938

11941-
is-buffer@^2.0.0, is-buffer@~2.0.3:
11939+
is-buffer@^2.0.0:
1194211940
version "2.0.3"
1194311941
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.3.tgz#4ecf3fcf749cbd1e472689e109ac66261a25e725"
1194411942
integrity sha512-U15Q7MXTuZlrbymiz95PJpZxu8IlipAp4dtS3wOdgPXx3mqBnslrWU14kxfHB+Py/+2PVKSr37dMAgM2A4uArw==

0 commit comments

Comments
 (0)