From a4117abde91916aba62f6256a3ec316e0aef14d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 11:48:06 -0500 Subject: [PATCH] [DEPENDABOT]: Bump cypress from 13.15.0 to 13.15.1 (#1445) Bumps [cypress](https://github.com/cypress-io/cypress) from 13.15.0 to 13.15.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/v13.15.0...v13.15.1) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 44e59916..0344298e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "browserify": "^17.0.1", "budo": "^11.8.4", "cross-env": "^7.0.3", - "cypress": "^13.15.0", + "cypress": "^13.15.1", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-cypress": "^3.6.0", @@ -6729,9 +6729,9 @@ "dev": true }, "node_modules/cypress": { - "version": "13.15.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.15.0.tgz", - "integrity": "sha512-53aO7PwOfi604qzOkCSzNlWquCynLlKE/rmmpSPcziRH6LNfaDUAklQT6WJIsD8ywxlIy+uVZsnTMCCQVd2kTw==", + "version": "13.15.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.15.1.tgz", + "integrity": "sha512-DwUFiKXo4lef9kA0M4iEhixFqoqp2hw8igr0lTqafRb9qtU3X0XGxKbkSYsUFdkrAkphc7MPDxoNPhk5pj9PVg==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -6775,6 +6775,7 @@ "semver": "^7.5.3", "supports-color": "^8.1.1", "tmp": "~0.2.3", + "tree-kill": "1.2.2", "untildify": "^4.0.0", "yauzl": "^2.10.0" }, diff --git a/package.json b/package.json index 3422ae25..112795ba 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "browserify": "^17.0.1", "budo": "^11.8.4", "cross-env": "^7.0.3", - "cypress": "^13.15.0", + "cypress": "^13.15.1", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-cypress": "^3.6.0",