From 4b3f2cc11433a6d07df2c9ebe566e6a6f2867b7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Jan 2023 06:58:29 +0000 Subject: [PATCH] Chore(deps-dev): Bump cypress from 12.3.0 to 12.4.1 Bumps [cypress](https://github.com/cypress-io/cypress) from 12.3.0 to 12.4.1. - [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.3.0...v12.4.1) --- 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 2aef1a5a3..5dcb2ef7c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,7 +55,7 @@ "@relative-ci/agent": "^4.1.3", "@vue/test-utils": "^1.3.4", "@vue/vue2-jest": "^29.2.2", - "cypress": "^12.3.0", + "cypress": "^12.4.1", "eslint-plugin-cypress": "^2.12.1", "eslint-webpack-plugin": "^3.2.0", "jest": "^29.4.1", @@ -6905,9 +6905,9 @@ "integrity": "sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA==" }, "node_modules/cypress": { - "version": "12.3.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.3.0.tgz", - "integrity": "sha512-ZQNebibi6NBt51TRxRMYKeFvIiQZ01t50HSy7z/JMgRVqBUey3cdjog5MYEbzG6Ktti5ckDt1tfcC47lmFwXkw==", + "version": "12.4.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.4.1.tgz", + "integrity": "sha512-IFMPzc1RJ22Fac+YbdqywtpcuqZXqQJh+JqZDXn+A15zG/dw99njfv8f0bTvD+WAHhP118+xWG/VwilkFg1rnA==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -23620,9 +23620,9 @@ "integrity": "sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA==" }, "cypress": { - "version": "12.3.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.3.0.tgz", - "integrity": "sha512-ZQNebibi6NBt51TRxRMYKeFvIiQZ01t50HSy7z/JMgRVqBUey3cdjog5MYEbzG6Ktti5ckDt1tfcC47lmFwXkw==", + "version": "12.4.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.4.1.tgz", + "integrity": "sha512-IFMPzc1RJ22Fac+YbdqywtpcuqZXqQJh+JqZDXn+A15zG/dw99njfv8f0bTvD+WAHhP118+xWG/VwilkFg1rnA==", "dev": true, "requires": { "@cypress/request": "^2.88.10", diff --git a/package.json b/package.json index 76baef72a..9b53d55c9 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "@relative-ci/agent": "^4.1.3", "@vue/test-utils": "^1.3.4", "@vue/vue2-jest": "^29.2.2", - "cypress": "^12.3.0", + "cypress": "^12.4.1", "eslint-plugin-cypress": "^2.12.1", "eslint-webpack-plugin": "^3.2.0", "jest": "^29.4.1",