From c8ad93c871cf595c1f22d795d2974184205c1121 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Jan 2021 04:07:03 +0000 Subject: [PATCH] Bump cypress from 6.2.1 to 6.3.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 6.2.1 to 6.3.0. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js) - [Commits](https://github.com/cypress-io/cypress/compare/v6.2.1...v6.3.0) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index acc7e71..17fbe95 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4664,9 +4664,9 @@ "dev": true }, "cypress": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-6.2.1.tgz", - "integrity": "sha512-OYkSgzA4J4Q7eMjZvNf5qWpBLR4RXrkqjL3UZ1UzGGLAskO0nFTi/RomNTG6TKvL3Zp4tw4zFY1gp5MtmkCZrA==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-6.3.0.tgz", + "integrity": "sha512-Ec6TAFOxdSB2HPINNJ1f7z75pENXcfCaQkz+A9j0eGSvusFJ2NNErq650DexCbNJAnCQkPqXB4XPH9kXnSQnUA==", "dev": true, "requires": { "@cypress/listr-verbose-renderer": "^0.4.1", diff --git a/package.json b/package.json index 5ff63fb..7877815 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@types/react": "^17.0.0", "@types/react-dom": "^17.0.0", "@types/react-router-dom": "^5.1.7", - "cypress": "^6.2.1", + "cypress": "^6.3.0", "husky": "^4.3.8", "react": "^17.0.1", "react-dom": "^17.0.1",