From 44a14335a447c6bbc877e0b695b1cdcc56ed241c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 01:35:28 +0000 Subject: [PATCH] build(deps-dev): bump cypress from 13.15.2 to 13.16.1 Bumps [cypress](https://github.com/cypress-io/cypress) from 13.15.2 to 13.16.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.2...v13.16.1) --- 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 5e95b513..d86f7024 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "c8": "^10.1.2", "chai": "^5.1.1", "chrome-launcher": "^1.1.2", - "cypress": "^13.15.0", + "cypress": "^13.16.1", "cypress-split": "^1.24.0", "dotenv": "^16.4.5", "eslint": "^9.15.0", @@ -7866,12 +7866,11 @@ "dev": true }, "node_modules/cypress": { - "version": "13.15.2", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.15.2.tgz", - "integrity": "sha512-ARbnUorjcCM3XiPwgHKuqsyr5W9Qn+pIIBPaoilnoBkLdSC2oLQjV1BUpnmc7KR+b7Avah3Ly2RMFnfxr96E/A==", + "version": "13.16.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.16.1.tgz", + "integrity": "sha512-17FtCaz0cx7ssWYKXzGB0Vub8xHwpVPr+iPt2fHhLMDhVAPVrplD+rTQsZUsfb19LVBn5iwkEUFjQ1yVVJXsLA==", "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 568fe8df..26b89276 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "c8": "^10.1.2", "chai": "^5.1.1", "chrome-launcher": "^1.1.2", - "cypress": "^13.15.0", + "cypress": "^13.16.1", "cypress-split": "^1.24.0", "dotenv": "^16.4.5", "eslint": "^9.15.0",