From d6f7203f6db1387e6aa8f59d180f33b5ed7d6c31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jul 2022 04:20:21 +0000 Subject: [PATCH] Bump cypress from 10.2.0 to 10.3.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 10.2.0 to 10.3.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/v10.2.0...v10.3.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 2375d1be39..caa1e96994 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,7 +53,7 @@ "@types/tar-fs": "^2.0.1", "@typescript-eslint/eslint-plugin": "^5.29.0", "@typescript-eslint/parser": "^5.29.0", - "cypress": "^10.2.0", + "cypress": "^10.3.0", "decompress": "^4.2.1", "del": "^6.1.1", "eslint": "^8.19.0", @@ -6424,9 +6424,9 @@ "license": "MIT" }, "node_modules/cypress": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-10.2.0.tgz", - "integrity": "sha512-+i9lY5ENlfi2mJwsggzR+XASOIgMd7S/Gd3/13NCpv596n3YSplMAueBTIxNLcxDpTcIksp+9pM3UaDrJDpFqA==", + "version": "10.3.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-10.3.0.tgz", + "integrity": "sha512-txkQWKzvBVnWdCuKs5Xc08gjpO89W2Dom2wpZgT9zWZT5jXxqPIxqP/NC1YArtkpmp3fN5HW8aDjYBizHLUFvg==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -22946,9 +22946,9 @@ "version": "3.0.9" }, "cypress": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-10.2.0.tgz", - "integrity": "sha512-+i9lY5ENlfi2mJwsggzR+XASOIgMd7S/Gd3/13NCpv596n3YSplMAueBTIxNLcxDpTcIksp+9pM3UaDrJDpFqA==", + "version": "10.3.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-10.3.0.tgz", + "integrity": "sha512-txkQWKzvBVnWdCuKs5Xc08gjpO89W2Dom2wpZgT9zWZT5jXxqPIxqP/NC1YArtkpmp3fN5HW8aDjYBizHLUFvg==", "dev": true, "requires": { "@cypress/request": "^2.88.10", diff --git a/package.json b/package.json index 2aa5c5396e..50e2bdbb9e 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "@types/tar-fs": "^2.0.1", "@typescript-eslint/eslint-plugin": "^5.29.0", "@typescript-eslint/parser": "^5.29.0", - "cypress": "^10.2.0", + "cypress": "^10.3.0", "decompress": "^4.2.1", "del": "^6.1.1", "eslint": "^8.19.0",