From 06cdf34c3d4ed6d84b10ff5d905e4a6b291d4967 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 18:13:43 +0000 Subject: [PATCH] chore(deps-dev): bump cypress from 12.0.2 to 12.1.0 (#8723) Bumps [cypress](https://github.com/cypress-io/cypress) from 12.0.2 to 12.1.0. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md) - [Commits](https://github.com/cypress-io/cypress/compare/v12.0.2...v12.1.0) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 4dd0ae6b2e..2eb50639fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -83,7 +83,7 @@ "child-process-promise": "^2.2.1", "clipboard-copy": "^4.0.1", "concurrently": "^7.6.0", - "cypress": "^12.0.2", + "cypress": "^12.1.0", "cypress-wait-for-stable-dom": "^0.1.0", "danger": "^11.2.0", "danger-plugin-no-test-shortcuts": "^2.0.0", @@ -9875,9 +9875,9 @@ "dev": true }, "node_modules/cypress": { - "version": "12.0.2", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.0.2.tgz", - "integrity": "sha512-WnLx1DpnbF1vbpDBkgP14rK5yS3U+Gvxrv2fsB4Owma26oIyENj7DDRnsJbSZuTfG4mcuUJxAkRHJR2wBqBfMA==", + "version": "12.1.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.1.0.tgz", + "integrity": "sha512-7fz8N84uhN1+ePNDsfQvoWEl4P3/VGKKmAg+bJQFY4onhA37Ys+6oBkGbNdwGeC7n2QqibNVPhk8x3YuQLwzfw==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -37239,9 +37239,9 @@ "dev": true }, "cypress": { - "version": "12.0.2", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.0.2.tgz", - "integrity": "sha512-WnLx1DpnbF1vbpDBkgP14rK5yS3U+Gvxrv2fsB4Owma26oIyENj7DDRnsJbSZuTfG4mcuUJxAkRHJR2wBqBfMA==", + "version": "12.1.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.1.0.tgz", + "integrity": "sha512-7fz8N84uhN1+ePNDsfQvoWEl4P3/VGKKmAg+bJQFY4onhA37Ys+6oBkGbNdwGeC7n2QqibNVPhk8x3YuQLwzfw==", "dev": true, "requires": { "@cypress/request": "^2.88.10", diff --git a/package.json b/package.json index 6def4ce28a..df19373d9d 100644 --- a/package.json +++ b/package.json @@ -169,7 +169,7 @@ "child-process-promise": "^2.2.1", "clipboard-copy": "^4.0.1", "concurrently": "^7.6.0", - "cypress": "^12.0.2", + "cypress": "^12.1.0", "cypress-wait-for-stable-dom": "^0.1.0", "danger": "^11.2.0", "danger-plugin-no-test-shortcuts": "^2.0.0", -- GitLab