From 823816e001336e75b59b0f2c72e563060f07a7e6 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 12:18:44 -0800 Subject: [PATCH] Update dependencies to align with other plugins (#575) (#576) * Update dependencies to align with other plugins Signed-off-by: Ryan Bogan (cherry picked from commit 5de7dfdaaf5da1b59fbca3ca7d3bdb83a08447ce) Co-authored-by: Ryan Bogan --- CHANGELOG.md | 1 + package.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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" }