From c057c7ea24ce3e809dd0327fb80af497fd6cd331 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 25 Jan 2020 00:14:47 +0000 Subject: [PATCH] chore(deps-dev): bump cypress from 3.8.2 to 3.8.3 Bumps [cypress](https://github.com/cypress-io/cypress) from 3.8.2 to 3.8.3. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Commits](https://github.com/cypress-io/cypress/compare/v3.8.2...v3.8.3) Signed-off-by: dependabot-preview[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 eb672b789..9e1034681 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4068,9 +4068,9 @@ "integrity": "sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=" }, "cypress": { - "version": "3.8.2", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-3.8.2.tgz", - "integrity": "sha512-aTs0u3+dfEuLe0Ct0FVO5jD1ULqxbuqWUZwzBm0rxdLgLxIAOI/A9f/WkgY5Cfy1TEXe8pKC6Wal0ZpnkdGRSw==", + "version": "3.8.3", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-3.8.3.tgz", + "integrity": "sha512-I9L/d+ilTPPA4vq3NC1OPKmw7jJIpMKNdyfR8t1EXYzYCjyqbc59migOm1YSse/VRbISLJ+QGb5k4Y3bz2lkYw==", "dev": true, "requires": { "@cypress/listr-verbose-renderer": "0.4.1", diff --git a/package.json b/package.json index 73776225d..9f11bc9aa 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "yargs-parser": "^16.1.0" }, "devDependencies": { - "cypress": "^3.8.2", + "cypress": "^3.8.3", "node-sass": "^4.13.1", "sass-loader": "^8.0.2", "start-server-and-test": "^1.10.6"