From cc95958b319edc0c37140e6a00b7f2176c711c95 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2020 04:23:50 +0000 Subject: [PATCH] build: bump cypress from 3.8.3 to 5.0.0 in /frontend Bumps [cypress](https://github.com/cypress-io/cypress) from 3.8.3 to 5.0.0. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Commits](https://github.com/cypress-io/cypress/compare/v3.8.3...v5.0.0) Signed-off-by: dependabot-preview[bot] --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 5b13205..6b62dbd 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -24,7 +24,7 @@ "bootstrap": "^4.1.1", "bootstrap-vue": "^2.0.0-rc.11", "chalk": "^1.1.3", - "cypress": "^3.0.2", + "cypress": "^5.0.0", "faker": "^4.1.0", "he": "^1.2.0", "localforage": "^1.6.0",