Skip to content

Commit

Permalink
Update dependencies (#5062)
Browse files Browse the repository at this point in the history
* update dependencies

* add changelog

* Update CHANGELOG.md
  • Loading branch information
yenienserrano authored Jan 5, 2023
1 parent 128a487 commit 5585d8c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 15 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ All notable changes to the Wazuh app project will be documented in this file.
- Updated the `winston` dependency to `3.5.1` [#4985](https:/wazuh/wazuh-kibana-app/pull/4985)
- Updated the `pdfmake` dependency to `0.2.6` [#4985](https:/wazuh/wazuh-kibana-app/pull/4985)
- The button to export the app logs is now disabled when there are no results, instead of showing an error toast [#4992](https:/wazuh/wazuh-kibana-app/pull/4992)
- Updated `pdfmake, mocha and json5` dependencies [#5062](https:/wazuh/wazuh-kibana-app/pull/5062)

### Fixed

Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@
"md5": "^2.3.0",
"needle": "^2.0.1",
"node-cron": "^1.1.2",
"pdfmake": "0.2.6",
"pug-loader": "^2.4.0",
"pdfmake": "0.2.7",
"querystring-browser": "1.0.4",
"react-codemirror": "^1.0.0",
"react-cookie": "^4.0.3",
Expand Down
21 changes: 9 additions & 12 deletions test/cypress/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"license": "ISC",
"dependencies": {
"cosmiconfig": "^4.0.0",
"mocha": "^9.2.2",
"mocha": "^10.1.0",
"prettier": "^2.3.0"
},
"devDependencies": {
Expand Down

0 comments on commit 5585d8c

Please sign in to comment.