From 8397aee17693521b5a5bfdf5e473a0e43bd49b0a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2020 05:30:25 +0000 Subject: [PATCH] chore(deps-dev): bump cypress from 4.10.0 to 4.11.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 4.10.0 to 4.11.0. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Commits](https://github.com/cypress-io/cypress/compare/v4.10.0...v4.11.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index f6f8cab9..82c4260f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6838,9 +6838,9 @@ "dev": true }, "cypress": { - "version": "4.10.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-4.10.0.tgz", - "integrity": "sha512-eFv1WPp4zFrAgZ6mwherBGVsTpHvay/hEF5F7U7yfAkTxsUQn/ZG/LdX67fIi3bKDTQXYzFv/CvywlQSeug8Bg==", + "version": "4.11.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-4.11.0.tgz", + "integrity": "sha512-6Yd598+KPATM+dU1Ig0g2hbA+R/o1MAKt0xIejw4nZBVLSplCouBzqeKve6XsxGU6n4HMSt/+QYsWfFcoQeSEw==", "dev": true, "requires": { "@cypress/listr-verbose-renderer": "0.4.1", @@ -6867,7 +6867,7 @@ "is-installed-globally": "0.3.2", "lazy-ass": "1.6.0", "listr": "0.14.3", - "lodash": "4.17.15", + "lodash": "4.17.19", "log-symbols": "3.0.0", "minimist": "1.2.5", "moment": "2.26.0", @@ -6919,9 +6919,9 @@ "dev": true }, "lodash": { - "version": "4.17.15", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", - "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==", + "version": "4.17.19", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz", + "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==", "dev": true }, "pretty-bytes": { diff --git a/package.json b/package.json index 863ac766..e265dc0a 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "autoprefixer": "^9.8.5", "babel-loader": "^8.1.0", "babel-preset-react-app": "^9.1.2", - "cypress": "^4.10.0", + "cypress": "^4.11.0", "postcss-nested": "^4.2.3", "prettier": "2.0.5", "prop-types": "^15.7.2",