Skip to content

Commit 83caecd

Browse files
Merge pull request #503 from wazuh/update-moment-dependency
Upgrade moment dependency
2 parents 05c2995 + 0a3793d commit 83caecd

File tree

2 files changed

+17
-11
lines changed

2 files changed

+17
-11
lines changed

CHANGELOG.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## [v3.13.5]
5+
6+
### Changed
7+
8+
- Upgrade moment dependency to 2.29.3 ([#503](https://github.com/wazuh/wazuh-api/pull/503)).
9+
410
## [v3.13.4]
511

612
There are no changes for Wazuh API in this version.
@@ -33,15 +39,15 @@ There are no changes for Wazuh API in this version.
3339

3440
- New filters in request `GET/rules`:
3541
- `mitre`: Filters the rules by mitre requirement
36-
- `tsc`: Filters the rules by tsc requirement
42+
- `tsc`: Filters the rules by tsc requirement
3743

3844
### Changed
3945

4046
- Increase the maximum allowed size of the files to be uploaded from 1MB to 10MB ([#487](https://github.com/wazuh/wazuh-api/pull/487)). This change applies to:
41-
* `POST /manager/files`
42-
* `POST /cluster/:node_id/files`
43-
* `POST /agents/groups/:group_id/configuration`
44-
* `POST /agents/groups/:group_id/files/:file_name`
47+
* `POST /manager/files`
48+
* `POST /cluster/:node_id/files`
49+
* `POST /agents/groups/:group_id/configuration`
50+
* `POST /agents/groups/:group_id/files/:file_name`
4551

4652
## [v3.12.3]
4753

@@ -67,7 +73,7 @@ There are no changes for Wazuh API in this version.
6773

6874
### Fixed
6975
- Fixed bug with API requests not being properly distributed to the selected node_id: ([#479](https://github.com/wazuh/wazuh-api/pull/479)).
70-
* `GET /cluster/{node_id}/stats/analysisd`
76+
* `GET /cluster/{node_id}/stats/analysisd`
7177
* `GET /cluster/{node_id}/stats/remoted`
7278

7379

@@ -106,8 +112,8 @@ There are no changes for Wazuh API in this version.
106112

107113
### Fixed
108114
- Fixed bug inserting duplicated agent without any errors ([#318](https://github.com/wazuh/wazuh-api/issues/318))
109-
- Fixed exception handling for `DELETE/agents` ([#441](https://github.com/wazuh/wazuh-api/pull/441))
110-
- Fixed API installation in Docker CentOS 7 containers ([#408](https://github.com/wazuh/wazuh-api/pull/408))
115+
- Fixed exception handling for `DELETE/agents` ([#441](https://github.com/wazuh/wazuh-api/pull/441))
116+
- Fixed API installation in Docker CentOS 7 containers ([#408](https://github.com/wazuh/wazuh-api/pull/408))
111117
- Deleted cache usage in `POST/agents` ([#403](https://github.com/wazuh/wazuh-api/pull/403))
112118

113119
## [v3.9.0]

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "wazuh_api",
3-
"version": "3.13.4",
4-
"revision": "31304",
3+
"version": "3.13.5",
4+
"revision": "31305",
55
"description": "Wazuh API.",
66
"main": "app.js",
77
"author": "Wazuh",
@@ -14,7 +14,7 @@
1414
"fast-xml-parser": "~3.12.11",
1515
"htpasswd": "~2.4.0",
1616
"http-auth": "~3.2.4",
17-
"moment": "~2.24.0",
17+
"moment": "~2.29.3",
1818
"rotating-file-stream": "~1.4.6",
1919
"uid-number": "~0.0.6"
2020
},

0 commit comments

Comments
 (0)