From f26916047d2819ffe0aadefff2635ed0503a7b67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Dec 2020 15:42:00 +0000 Subject: [PATCH] Bump cypress from 6.0.0 to 6.1.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 6.0.0 to 6.1.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.0.0...v6.1.0) Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0a13cf08d..d0a551627 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2846,9 +2846,9 @@ } }, "ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", "dev": true } } @@ -6380,9 +6380,9 @@ "dev": true }, "cypress": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-6.0.0.tgz", - "integrity": "sha512-A/w9S15xGxX5UVeAQZacKBqaA0Uqlae9e5WMrehehAdFiLOZj08IgSVZOV8YqA9OH9Z0iBOnmsEkK3NNj43VrA==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-6.1.0.tgz", + "integrity": "sha512-uQnSxRcZ6hkf9R5cr8KpRBTzN88QZwLIImbf5DWa5RIxH6o5Gpff58EcjiYhAR8/8p9SGv7O6SRygq4H+k0Qpw==", "dev": true, "requires": { "@cypress/listr-verbose-renderer": "^0.4.1", @@ -9280,12 +9280,12 @@ } }, "global-dirs": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-2.0.1.tgz", - "integrity": "sha512-5HqUqdhkEovj2Of/ms3IeS/EekcO54ytHRLV4PEY2rhRwrHXLQjeVEES0Lhka0xwNDtGYn58wyC4s5+MHsOO6A==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-2.1.0.tgz", + "integrity": "sha512-MG6kdOUh/xBnyo9cJFeIKkLEc1AyFq42QTU4XiX51i2NEdxLxLWXIjEjmqKeSuKR7pAZjTqUVoT2b2huxVLgYQ==", "dev": true, "requires": { - "ini": "^1.3.5" + "ini": "1.3.7" } }, "global-modules": { diff --git a/package.json b/package.json index 076e31dfe..43109a5d9 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "babel-loader-exclude-node-modules-except": "^1.0.3", "browserslist-config-nextcloud": "0.1.0", "css-loader": "^4.3.0", - "cypress": "^6.0.0", + "cypress": "^6.1.0", "cypress-image-snapshot": "^4.0.0", "eslint": "^7.15.0", "eslint-config-standard": "^16.0.2",