From 36e90a8023ba850f2c279cbac198d73301c7c1e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jul 2021 10:01:42 +0000 Subject: [PATCH] Bump cypress from 8.0.0 to 8.1.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 8.0.0 to 8.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/v8.0.0...v8.1.0) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[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 bf263dfa15..a636d8ad0f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "@types/snowpack-env": "^2.3.4", "@typescript-eslint/eslint-plugin": "^4.28.4", "@typescript-eslint/parser": "^4.28.5", - "cypress": "8.0.0", + "cypress": "8.1.0", "decompress": "^4.2.1", "decompress-targz": "^4.1.1", "eslint": "^7.31.0", @@ -5769,9 +5769,9 @@ "dev": true }, "node_modules/cypress": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-8.0.0.tgz", - "integrity": "sha512-Hhbc7FtbeCSg5Ui2zxXQLynk7IYGIygG8NqTauS4EtCWyp2k6s4g8P4KUZXwRbhuryN/+/dCd1kPtFbhBx8MuQ==", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-8.1.0.tgz", + "integrity": "sha512-GXjlqPjY/6HPbQwAp3AvlA1Mk/NoJTAmqVSUhQsuM/1xDpd/FQHkxVuq5h6O6RrAoCXSgpZPXFsVtdqE+FwEJw==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -21354,9 +21354,9 @@ } }, "cypress": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-8.0.0.tgz", - "integrity": "sha512-Hhbc7FtbeCSg5Ui2zxXQLynk7IYGIygG8NqTauS4EtCWyp2k6s4g8P4KUZXwRbhuryN/+/dCd1kPtFbhBx8MuQ==", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-8.1.0.tgz", + "integrity": "sha512-GXjlqPjY/6HPbQwAp3AvlA1Mk/NoJTAmqVSUhQsuM/1xDpd/FQHkxVuq5h6O6RrAoCXSgpZPXFsVtdqE+FwEJw==", "dev": true, "requires": { "@cypress/request": "^2.88.5", diff --git a/package.json b/package.json index 6aa761bbaa..a93726f154 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@types/snowpack-env": "^2.3.4", "@typescript-eslint/eslint-plugin": "^4.28.4", "@typescript-eslint/parser": "^4.28.5", - "cypress": "8.0.0", + "cypress": "8.1.0", "decompress": "^4.2.1", "decompress-targz": "^4.1.1", "eslint": "^7.31.0",