From 16b176dc46e248dfbe913ecd4ec4d5da5564dd72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 12:06:22 +0000 Subject: [PATCH] NPM Dev(deps-dev): Bump cypress from 13.13.1 to 13.13.2 Bumps [cypress](https://github.com/cypress-io/cypress) from 13.13.1 to 13.13.2. - [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.13.1...v13.13.2) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 602567b6..1ff656c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "@testing-library/cypress": "^10.0.2", "@wordpress/env": "^10.4.0", "@wordpress/scripts": "^27.9.0", - "cypress": "^13.13.1", + "cypress": "^13.13.2", "cypress-axe": "1.5.0", "node-wp-i18n": "^1.2.7", "tailwindcss": "^3.4.6" @@ -9056,13 +9056,13 @@ } }, "node_modules/cypress": { - "version": "13.13.1", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.13.1.tgz", - "integrity": "sha512-8F9UjL5MDUdgC/S5hr8CGLHbS5gGht5UOV184qc2pFny43fnkoaKxlzH/U6//zmGu/xRTaKimNfjknLT8+UDFg==", + "version": "13.13.2", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.13.2.tgz", + "integrity": "sha512-PvJQU33933NvS1StfzEb8/mu2kMy4dABwCF+yd5Bi7Qly1HOVf+Bufrygee/tlmty/6j5lX+KIi8j9Q3JUMbhA==", "dev": true, "hasInstallScript": true, "dependencies": { - "@cypress/request": "^3.0.0", + "@cypress/request": "^3.0.1", "@cypress/xvfb": "^1.2.4", "@types/sinonjs__fake-timers": "8.1.1", "@types/sizzle": "^2.3.2", diff --git a/package.json b/package.json index 4534a27a..a0759358 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@testing-library/cypress": "^10.0.2", "@wordpress/env": "^10.4.0", "@wordpress/scripts": "^27.9.0", - "cypress": "^13.13.1", + "cypress": "^13.13.2", "cypress-axe": "1.5.0", "node-wp-i18n": "^1.2.7", "tailwindcss": "^3.4.6"