From 26bb58647badfac5215d503b31fe76920a41cedb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 03:08:54 +0000 Subject: [PATCH] build(deps-dev): bump cypress from 13.15.2 to 13.16.0 in /tests Bumps [cypress](https://github.com/cypress-io/cypress) from 13.15.2 to 13.16.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.15.2...v13.16.0) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tests/package-lock.json | 9 +++++---- tests/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/tests/package-lock.json b/tests/package-lock.json index 283a136162..a8522d710f 100644 --- a/tests/package-lock.json +++ b/tests/package-lock.json @@ -14,7 +14,7 @@ "@eslint-community/eslint-plugin-eslint-comments": "^4.4.1", "@typescript-eslint/eslint-plugin": "^7.8.0", "@typescript-eslint/parser": "^7.18.0", - "cypress": "^13.15.2", + "cypress": "^13.16.0", "cypress-network-idle": "^1.14.2", "eslint": "^8.57.1", "eslint-config-prettier": "^9.1.0", @@ -3412,11 +3412,12 @@ } }, "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.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.16.0.tgz", + "integrity": "sha512-g6XcwqnvzXrqiBQR/5gN+QsyRmKRhls1y5E42fyOvsmU7JuY+wM6uHJWj4ZPttjabzbnRvxcik2WemR8+xT6FA==", "dev": true, "hasInstallScript": true, + "license": "MIT", "dependencies": { "@cypress/request": "^3.0.6", "@cypress/xvfb": "^1.2.4", diff --git a/tests/package.json b/tests/package.json index 1c53283e3e..0efa8b8c58 100644 --- a/tests/package.json +++ b/tests/package.json @@ -31,7 +31,7 @@ "@eslint-community/eslint-plugin-eslint-comments": "^4.4.1", "@typescript-eslint/eslint-plugin": "^7.8.0", "@typescript-eslint/parser": "^7.18.0", - "cypress": "^13.15.2", + "cypress": "^13.16.0", "cypress-network-idle": "^1.14.2", "eslint": "^8.57.1", "eslint-config-prettier": "^9.1.0",