From 9c520bfa47c085567f8f4c6eb6edaff49339f663 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 08:29:55 +0000 Subject: [PATCH] chore(deps-dev): bump cypress from 13.7.2 to 13.12.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 13.7.2 to 13.12.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/v13.7.2...v13.12.0) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 546be8c..5c1c765 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "@semantic-release/git": "~10.0.1", "core-js": "~3.24.1", "core-js-pure": "~3.18.2", - "cypress": "~13.7.2", + "cypress": "~13.12.0", "eslint": "~7.25.0", "prettier": "~3.2.5", "promise-polyfill": "~8.2.1", @@ -11302,9 +11302,9 @@ } }, "node_modules/cypress": { - "version": "13.7.2", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.7.2.tgz", - "integrity": "sha512-FF5hFI5wlRIHY8urLZjJjj/YvfCBrRpglbZCLr/cYcL9MdDe0+5usa8kTIrDHthlEc9lwihbkb5dmwqBDNS2yw==", + "version": "13.12.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.12.0.tgz", + "integrity": "sha512-udzS2JilmI9ApO/UuqurEwOvThclin5ntz7K0BtnHBs+tg2Bl9QShLISXpSEMDv/u8b6mqdoAdyKeZiSqKWL8g==", "dev": true, "hasInstallScript": true, "dependencies": { diff --git a/package.json b/package.json index 998bdb7..65a0d6b 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "rollup-plugin-ts": "~3.4.5", "core-js": "~3.24.1", "core-js-pure": "~3.18.2", - "cypress": "~13.7.2", + "cypress": "~13.12.0", "eslint": "~7.25.0", "prettier": "~3.2.5", "promise-polyfill": "~8.2.1",