From bed29b167026b14ab1ae4221122f18baaabb233f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 10:53:49 -0600 Subject: [PATCH] [DEPENDABOT]: Bump cypress from 13.15.2 to 13.16.0 (#1389) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 a0d7cd51..4301653e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "focus-trap-react", - "version": "10.3.0", + "version": "10.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "focus-trap-react", - "version": "10.3.0", + "version": "10.3.1", "license": "MIT", "dependencies": { "focus-trap": "^7.6.1", @@ -31,7 +31,7 @@ "babelify": "^10.0.0", "browserify": "^17.0.1", "budo": "^11.8.4", - "cypress": "^13.15.2", + "cypress": "^13.16.0", "cypress-plugin-tab": "^1.0.5", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", @@ -6022,9 +6022,9 @@ "peer": 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.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.16.0.tgz", + "integrity": "sha512-g6XcwqnvzXrqiBQR/5gN+QsyRmKRhls1y5E42fyOvsmU7JuY+wM6uHJWj4ZPttjabzbnRvxcik2WemR8+xT6FA==", "dev": true, "hasInstallScript": true, "dependencies": { diff --git a/package.json b/package.json index 265ab76e..12c5d867 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "babelify": "^10.0.0", "browserify": "^17.0.1", "budo": "^11.8.4", - "cypress": "^13.15.2", + "cypress": "^13.16.0", "cypress-plugin-tab": "^1.0.5", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0",