Skip to content

Compatibility with opensearch 2.19.2 #7418

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
May 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,17 @@
# Source repository: https://github.com/actions/dependency-review-action
# Public documentation: https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review#dependency-review-enforcement
name: 'Dependency Review'
on: [pull_request]
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]

permissions:
contents: read

jobs:
dependency-review:
runs-on: ubuntu-24.04
if: github.event.pull_request.draft == false
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ on:
- 2.*
- 3.*
- 4.*

types: [opened, synchronize, reopened, ready_for_review]
jobs:
linter:
name: Ensure the code format on the changed files
runs-on: ubuntu-24.04
if: github.event.pull_request.draft == false
steps:
# https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs
- name: Checkout code
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ name: Prettier

on:
pull_request:

types: [opened, synchronize, reopened, ready_for_review]
jobs:
prettier:
name: Ensure the code format on the changed files
runs-on: ubuntu-24.04
if: github.event.pull_request.draft == false
steps:
# https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs
- name: Checkout code
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@ on:
options:
- 'yarn test:jest'
pull_request:
types: [opened, synchronize, reopened, ready_for_review]

jobs:
# Run unit tests with Jest
test:
if: github.event.pull_request.draft == false
name: Run unit tests
uses: ./.github/workflows/dev-environment.yml
with:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to the Wazuh app project will be documented in this file.

## Wazuh v4.13.0 - OpenSearch Dashboards 2.19.1 - Revision 00
## Wazuh v4.13.0 - OpenSearch Dashboards 2.19.2 - Revision 00

### Added

Expand Down
8 changes: 5 additions & 3 deletions plugins/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "4.13.0",
"revision": "00",
"pluginPlatform": {
"version": "2.19.1"
"version": "2.19.2"
},
"description": "Wazuh dashboard",
"keywords": [
Expand All @@ -15,7 +15,9 @@
"license": "GPL-2.0",
"resolutions": {
"**/es5-ext": "^0.10.63",
"**/follow-redirects": "^1.15.6"
"**/follow-redirects": "^1.15.6",
"**/@babel/runtime-corejs3": "^7.27.0",
"axios": "^1.1.3"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -48,7 +50,7 @@
"knip": "knip --files"
},
"dependencies": {
"axios": "^1.7.4",
"axios": "^1.1.3",
"dompurify": "^3.1.3",
"install": "^0.13.0",
"js2xmlparser": "^5.0.0",
Expand Down
26 changes: 13 additions & 13 deletions plugins/main/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
resolved "https://registry.yarnpkg.com/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz#bd9154aec9983f77b3a034ecaa015c2e4201f6cf"
integrity sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==

"@babel/runtime-corejs3@^7.20.13", "@babel/runtime-corejs3@^7.20.7":
version "7.22.6"
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.22.6.tgz#e8e625eb3db29491e0326b3aeb9929c43b270ae4"
integrity sha512-M+37LLIRBTEVjktoJjbw4KVhupF0U/3PYUCbBwgAd9k17hoKhRu1n935QiG7Tuxv0LJOMrb2vuKEeYUlv0iyiw==
"@babel/runtime-corejs3@^7.20.13", "@babel/runtime-corejs3@^7.20.7", "@babel/runtime-corejs3@^7.27.0":
version "7.27.0"
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.27.0.tgz#c766df350ec7a2caf3ed64e3659b100954589413"
integrity sha512-UWjX6t+v+0ckwZ50Y5ShZLnlk95pP5MyW/pon9tiYzl3+18pkTHTFNTKr7rQbfRXPkowt2QAn30o1b6oswszew==
dependencies:
core-js-pure "^3.30.2"
regenerator-runtime "^0.13.11"
regenerator-runtime "^0.14.0"

"@ericcornelissen/[email protected]":
version "0.5.3"
Expand Down Expand Up @@ -924,10 +924,10 @@ available-typed-arrays@^1.0.7:
dependencies:
possible-typed-array-names "^1.0.0"

axios@^1.4.0, axios@^1.7.4:
version "1.7.9"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.9.tgz#d7d071380c132a24accda1b2cfc1535b79ec650a"
integrity sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==
axios@^1.1.3, axios@^1.4.0:
version "1.9.0"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.9.0.tgz#25534e3b72b54540077d33046f77e3b8d7081901"
integrity sha512-re4CqKTJaURpzbLHtIi6XpDv20/CnpXOtjRY5/CU32L8gU8ek9UIivcfvSWvmKEngmVbrUtPpdDwWDWL7DNHvg==
dependencies:
follow-redirects "^1.15.6"
form-data "^4.0.0"
Expand Down Expand Up @@ -3736,10 +3736,10 @@ redux-mock-store@^1.5.4:
dependencies:
lodash.isplainobject "^4.0.6"

regenerator-runtime@^0.13.11:
version "0.13.11"
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz#f6dca3e7ceec20590d07ada785636a90cdca17f9"
integrity sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==
regenerator-runtime@^0.14.0:
version "0.14.1"
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz#356ade10263f685dda125100cd862c1db895327f"
integrity sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==

regexp.prototype.flags@^1.2.0, regexp.prototype.flags@^1.4.3, regexp.prototype.flags@^1.5.0:
version "1.5.0"
Expand Down
4 changes: 2 additions & 2 deletions plugins/wazuh-check-updates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "4.13.0",
"revision": "00",
"pluginPlatform": {
"version": "2.19.1"
"version": "2.19.2"
},
"description": "Wazuh Check Updates",
"private": true,
Expand All @@ -23,7 +23,7 @@
"knip": "knip --files"
},
"dependencies": {
"axios": "^1.7.4",
"axios": "^1.1.3",
"md5": "^2.3.0",
"node-cron": "^3.0.2"
},
Expand Down
8 changes: 4 additions & 4 deletions plugins/wazuh-check-updates/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -430,10 +430,10 @@ available-typed-arrays@^1.0.7:
dependencies:
possible-typed-array-names "^1.0.0"

axios@^1.7.4:
version "1.7.9"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.9.tgz#d7d071380c132a24accda1b2cfc1535b79ec650a"
integrity sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==
axios@^1.1.3:
version "1.9.0"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.9.0.tgz#25534e3b72b54540077d33046f77e3b8d7081901"
integrity sha512-re4CqKTJaURpzbLHtIi6XpDv20/CnpXOtjRY5/CU32L8gU8ek9UIivcfvSWvmKEngmVbrUtPpdDwWDWL7DNHvg==
dependencies:
follow-redirects "^1.15.6"
form-data "^4.0.0"
Expand Down
4 changes: 2 additions & 2 deletions plugins/wazuh-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "4.13.0",
"revision": "00",
"pluginPlatform": {
"version": "2.19.1"
"version": "2.19.2"
},
"description": "Wazuh Core",
"private": true,
Expand All @@ -23,7 +23,7 @@
"knip": "knip --files"
},
"dependencies": {
"axios": "^1.7.4",
"axios": "^1.1.3",
"json2csv": "^4.1.2",
"jwt-decode": "^3.1.2",
"md5": "^2.3.0",
Expand Down
8 changes: 4 additions & 4 deletions plugins/wazuh-core/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -425,10 +425,10 @@ available-typed-arrays@^1.0.7:
dependencies:
possible-typed-array-names "^1.0.0"

axios@^1.7.4:
version "1.7.9"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.9.tgz#d7d071380c132a24accda1b2cfc1535b79ec650a"
integrity sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==
axios@^1.1.3:
version "1.9.0"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.9.0.tgz#25534e3b72b54540077d33046f77e3b8d7081901"
integrity sha512-re4CqKTJaURpzbLHtIi6XpDv20/CnpXOtjRY5/CU32L8gU8ek9UIivcfvSWvmKEngmVbrUtPpdDwWDWL7DNHvg==
dependencies:
follow-redirects "^1.15.6"
form-data "^4.0.0"
Expand Down
Loading