diff --git a/CHANGELOG.md b/CHANGELOG.md index 47a3792f..32a868c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,4 +21,5 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Documentation ### Maintenance * Fix broken build and failing tests [#572](https://github.com/opensearch-project/dashboards-maps/pull/572) +* Update dependencies to align with other plugins [#575](https://github.com/opensearch-project/dashboards-maps/pull/575) ### Refactoring diff --git a/package.json b/package.json index 28b06ea6..847f04b1 100644 --- a/package.json +++ b/package.json @@ -34,8 +34,8 @@ "wellknown": "^0.5.0" }, "devDependencies": { - "@types/react-test-renderer": "^18.0.0", - "cypress": "^13.1.0", + "@types/react-test-renderer": "^18.0.7", + "cypress": "^13.6.3", "cypress-multi-reporters": "^1.5.0", "prettier": "^2.1.1" }