-
Notifications
You must be signed in to change notification settings - Fork 914
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
757 additions
and
1,454 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -85,39 +85,45 @@ | |
"resolutions": { | ||
"**/@types/node": ">=10.17.17 <10.20.0", | ||
"**/@types/react": "^16.14.23", | ||
"**/ansi-html": "^0.0.8", | ||
"**/ansi-regex": "^5.0.1", | ||
"!chromedriver/**/axios": "^0.21.4", | ||
"chromedriver/**/axios": "^0.27.2", | ||
"**/ejs": "^3.1.6", | ||
"**/express": "^4.18.0", | ||
"**/flat": "^5.0.2", | ||
"**/follow-redirects": "^1.15.2", | ||
"**/front-matter": "^4.0.2", | ||
"**/glob-parent": "^6.0.0", | ||
"**/hoist-non-react-statics": "^3.3.2", | ||
"**/immer": "^8.0.1", | ||
"**/istanbul-instrumenter-loader/schema-utils": "^1.0.0", | ||
"**/jest-config": "npm:@amoo-miki/[email protected]", | ||
"**/jest-jasmine2": "npm:@amoo-miki/[email protected]", | ||
"**/jsonpointer": "^5.0.0", | ||
"**/json-schema": "^0.4.0", | ||
"**/kind-of": ">=6.0.3", | ||
"**/loader-utils": "^2.0.4", | ||
"**/lodash": "^4.17.21", | ||
"**/merge": "^2.1.1", | ||
"**/minimatch": "^3.0.5", | ||
"**/minimist": "^1.2.5", | ||
"**/node-jose": "^2.2.0", | ||
"**/node-jose/node-forge": "^0.10.0", | ||
"**/normalize-url": "^4.5.1", | ||
"**/prismjs": "^1.23.0", | ||
"**/qs": "^6.11.0", | ||
"**/react-syntax-highlighter": "^15.3.1", | ||
"**/react-syntax-highlighter/**/highlight.js": "^10.4.1", | ||
"**/request": "^2.88.2", | ||
"**/shelljs": "0.8.5", | ||
"**/ssri": "^6.0.2", | ||
"**/tar": "^6.1.11", | ||
"**/trim": "^0.0.3", | ||
"**/trim-newlines": "^3.0.1", | ||
"**/typescript": "4.0.2", | ||
"**/url-parse": "^1.5.8", | ||
"**/shelljs": "0.8.5", | ||
"**/unset-value": "^2.0.1", | ||
"**/jest-config": "npm:@amoo-miki/[email protected]", | ||
"**/jest-jasmine2": "npm:@amoo-miki/[email protected]", | ||
"**/minimatch": "^3.0.5" | ||
"**/unset-value": "^2.0.1" | ||
}, | ||
"workspaces": { | ||
"packages": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 31 additions & 0 deletions
31
release-notes/opensearch-dashboards.release-notes-1.3.9.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Version 1.3.9 Release Notes | ||
|
||
### 🛡 Security | ||
|
||
- [CVE-2022-2499] Resolve qs from 6.5.2 and 6.7.0 to 6.11.0 in 1.x ([#3451](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3451)) | ||
- [CVE-2020-36632] [REQUIRES PLUGIN VALIDATION] Bump flat from 4.1.1 to 5.0.2 ([#3539](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3539)). 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). | ||
- [CVE-2023-25653] Bump node-jose to 2.2.0 ([#3445](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3445)) | ||
- [CVE-2021-23807] Bump jsonpointer from 4.1.0 to 5.0.1 ([#3535](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3535)) | ||
- [CVE-2021-23424] Bump ansi-html from 0.0.7 to 0.0.8 ([#3536](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3536)) | ||
- [CVE-2022-24999] Bump express from 4.17.1 to 4.18.2 ([#3542](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3542)) | ||
|
||
### 📈 Features/Enhancements | ||
|
||
- [I18n] Register ru, ru-RU locale ([#2817](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2817)) | ||
|
||
### 🐛 Bug Fixes | ||
|
||
- [TSVB] Fix the link to "serial differencing aggregation" documentation ([#3503](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3503)) | ||
|
||
### 📝 Documentation | ||
|
||
- [TSVB] Fix a spelling error in the README file ([#3518](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3518)) | ||
- Simplify the in-code instructions for upgrading `re2` ([#3328](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3328)) | ||
- [Doc] Improve DEVELOPER_GUIDE to make first time setup quicker and easier ([#3421](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3421)) | ||
|
||
### 🛠 Maintenance | ||
|
||
- Update MAINTAINERS.md formatting and maintainer list ([#3338](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3338)) | ||
- Remove `github-checks-reporter`, an unused dependency ([#3126](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3126)) | ||
- [Version] Increment to 1.3.9 ([#3375](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3375)) | ||
- Remove the unused `renovate.json5` file ([3489](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3489)) |
Oops, something went wrong.