From 765b407529e9ade6eea8c86ba784ab213fd32b60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 05:05:59 +0000 Subject: [PATCH] dependency: bump cypress from 6.6.0 to 6.7.1 Bumps [cypress](https://github.com/cypress-io/cypress) from 6.6.0 to 6.7.1. - [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.6.0...v6.7.1) Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3524a3656..98b49e23e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5365,9 +5365,9 @@ "integrity": "sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=" }, "cypress": { - "version": "6.6.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-6.6.0.tgz", - "integrity": "sha512-+Xx3Zn653LJHUsCb9h1Keql2jlazbr1ROmbY6DFJMmXKLgXP4ez9cE403W93JNGRbZK0Tng3R/oP8mvd9XAPVg==", + "version": "6.7.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-6.7.1.tgz", + "integrity": "sha512-MC9yt1GqpL4WVDQ0STI89K+PdLeC3T3NuAb2N61d6vYGR9pJy8w3Fqe0OWZwaRTJtg9eAyHXPGmFsyKeNQ3tmg==", "dev": true, "requires": { "@cypress/listr-verbose-renderer": "^0.4.1", @@ -8900,9 +8900,9 @@ }, "dependencies": { "is-path-inside": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.2.tgz", - "integrity": "sha512-/2UGPSgmtqwo1ktx8NDHjuPwZWmHhO+gj0f93EkhLB5RgW9RZevWYYlIkS6zePc6U2WpOdQYIwHe9YC4DWEBVg==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", + "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", "dev": true } } diff --git a/package.json b/package.json index b249e440c..d6fe2bb1c 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@babel/eslint-plugin": "^7.13.10", "@babel/plugin-proposal-class-properties": "^7.13.0", "@babel/preset-react": "^7.12.13", - "cypress": "6.6.0", + "cypress": "6.7.1", "eslint": "^7.22.0", "eslint-plugin-flowtype": "5.4.0", "eslint-plugin-react": "7.22.0",