From 1b0d32584c51d3d2418624a424fde81ad0ea391d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 08:48:50 +0000 Subject: [PATCH] chore(deps-dev): bump cypress from 13.7.2 to 13.11.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 13.7.2 to 13.11.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.11.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 884c199..2a8e60c 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.11.0", "eslint": "~7.25.0", "prettier": "~3.2.5", "promise-polyfill": "~8.2.1", @@ -11318,9 +11318,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.11.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.11.0.tgz", + "integrity": "sha512-NXXogbAxVlVje4XHX+Cx5eMFZv4Dho/2rIcdBHg9CNPFUGZdM4cRdgIgM7USmNYsC12XY0bZENEQ+KBk72fl+A==", "dev": true, "hasInstallScript": true, "dependencies": { diff --git a/package.json b/package.json index ba07e91..3ec940d 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.11.0", "eslint": "~7.25.0", "prettier": "~3.2.5", "promise-polyfill": "~8.2.1",