From 19ceaa48103155855d16de4325a834a9cb6b2a03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 05:06:47 +0000 Subject: [PATCH] [DEPENDABOT]: Bump cypress from 13.3.0 to 13.3.1 Bumps [cypress](https://github.com/cypress-io/cypress) from 13.3.0 to 13.3.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.3.0...v13.3.1) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index a813e081..3c274c91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "focus-trap-react", - "version": "10.2.2", + "version": "10.2.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "focus-trap-react", - "version": "10.2.2", + "version": "10.2.3", "license": "MIT", "dependencies": { "focus-trap": "^7.5.4", @@ -31,7 +31,7 @@ "babelify": "^10.0.0", "browserify": "^17.0.0", "budo": "^11.8.4", - "cypress": "^13.3.0", + "cypress": "^13.3.1", "cypress-plugin-tab": "^1.0.5", "eslint": "^8.51.0", "eslint-config-prettier": "^9.0.0", @@ -6233,9 +6233,9 @@ "dev": true }, "node_modules/cypress": { - "version": "13.3.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.3.0.tgz", - "integrity": "sha512-mpI8qcTwLGiA4zEQvTC/U1xGUezVV4V8HQCOYjlEOrVmU1etVvxOjkCXHGwrlYdZU/EPmUiWfsO3yt1o+Q2bgw==", + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.3.1.tgz", + "integrity": "sha512-g4mJLZxYN+UAF2LMy3Znd4LBnUmS59Vynd81VES59RdW48Yt+QtR2cush3melOoVNz0PPbADpWr8DcUx6mif8Q==", "dev": true, "hasInstallScript": true, "dependencies": { diff --git a/package.json b/package.json index 2c08bf4a..d2f8b6e7 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "babelify": "^10.0.0", "browserify": "^17.0.0", "budo": "^11.8.4", - "cypress": "^13.3.0", + "cypress": "^13.3.1", "cypress-plugin-tab": "^1.0.5", "eslint": "^8.51.0", "eslint-config-prettier": "^9.0.0",