From d4fa62f0b24b5705ca18f014538496e5fbc53a1f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 3 Oct 2020 12:04:37 +0000 Subject: [PATCH] Build(deps-dev): bump cypress from 5.2.0 to 5.3.0 (#5651) Bumps [cypress](https://github.com/cypress-io/cypress) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.json) - [Commits](https://github.com/cypress-io/cypress/compare/v5.2.0...v5.3.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- 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 62036686d2..c88b4bb4a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12845,9 +12845,9 @@ "dev": true }, "cypress": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-5.2.0.tgz", - "integrity": "sha512-9S2spcrpIXrQ+CQIKHsjRoLQyRc2ehB06clJXPXXp1zyOL/uZMM3Qc20ipNki4CcNwY0nBTQZffPbRpODeGYQg==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-5.3.0.tgz", + "integrity": "sha512-XgebyqL7Th6/8YenE1ddb7+d4EiCG2Jvg/5c8+HPfFFY/gXnOVhoCVUU3KW8qg3JL7g0B+iJbHd5hxuCqbd1RQ==", "dev": true, "requires": { "@cypress/listr-verbose-renderer": "^0.4.1", diff --git a/package.json b/package.json index bdf3856589..f9004e93b3 100644 --- a/package.json +++ b/package.json @@ -168,7 +168,7 @@ "child-process-promise": "^2.2.1", "clipboard-copy": "^3.1.0", "concurrently": "^5.3.0", - "cypress": "^5.2.0", + "cypress": "^5.3.0", "danger": "^10.4.1", "danger-plugin-no-test-shortcuts": "^2.0.0", "deepmerge": "^4.2.2",