From c413e616f8ec19019d5bd5e0fa59a4546dafaa76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 13:11:00 +0000 Subject: [PATCH] chore(deps-dev): bump cypress from 13.16.1 to 13.17.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 13.16.1 to 13.17.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.16.1...v13.17.0) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8544db26c..d7ddbadbb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -69,7 +69,7 @@ "@semantic-release/git": "^10.0.1", "commitlint": "^18.4.4", "conventional-changelog": "^5.1.0", - "cypress": "^13.16.1", + "cypress": "^13.17.0", "husky": "^8.0.3", "istanbul-instrumenter-loader": "^3.0.1", "istanbul-lib-coverage": "^3.2.2", @@ -9918,12 +9918,11 @@ "integrity": "sha512-0sVXIohTfLqVIW3kb/0n6IiWF3Ifj5nm2XaSrLq2DI6fKIGa2fYAZdk917rUneaeLVpYfFcyXE2ft0fe3remsA==" }, "node_modules/cypress": { - "version": "13.16.1", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.16.1.tgz", - "integrity": "sha512-17FtCaz0cx7ssWYKXzGB0Vub8xHwpVPr+iPt2fHhLMDhVAPVrplD+rTQsZUsfb19LVBn5iwkEUFjQ1yVVJXsLA==", + "version": "13.17.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.17.0.tgz", + "integrity": "sha512-5xWkaPurwkIljojFidhw8lFScyxhtiFHl/i/3zov+1Z5CmY4t9tjIdvSXfu82Y3w7wt0uR9KkucbhkVvJZLQSA==", "dev": true, "hasInstallScript": true, - "license": "MIT", "dependencies": { "@cypress/request": "^3.0.6", "@cypress/xvfb": "^1.2.4", diff --git a/package.json b/package.json index cc45c9b0e..ccaea2d8b 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "@semantic-release/git": "^10.0.1", "commitlint": "^18.4.4", "conventional-changelog": "^5.1.0", - "cypress": "^13.16.1", + "cypress": "^13.17.0", "husky": "^8.0.3", "istanbul-instrumenter-loader": "^3.0.1", "istanbul-lib-coverage": "^3.2.2",