From 4c7bf7e2eff54de39d0899f222f7f5054a5896e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 09:52:42 -0600 Subject: [PATCH] [DEPENDABOT]: Bump cypress from 13.16.0 to 13.16.1 (#1399) Bumps [cypress](https://github.com/cypress-io/cypress) from 13.16.0 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.16.0...v13.16.1) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 97f33ee1..c36c4e64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "babelify": "^10.0.0", "browserify": "^17.0.1", "budo": "^11.8.4", - "cypress": "^13.16.0", + "cypress": "^13.16.1", "cypress-plugin-tab": "^1.0.5", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", @@ -6011,11 +6011,12 @@ "dev": true }, "node_modules/cypress": { - "version": "13.16.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.16.0.tgz", - "integrity": "sha512-g6XcwqnvzXrqiBQR/5gN+QsyRmKRhls1y5E42fyOvsmU7JuY+wM6uHJWj4ZPttjabzbnRvxcik2WemR8+xT6FA==", + "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 4b818967..6d9183d6 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "babelify": "^10.0.0", "browserify": "^17.0.1", "budo": "^11.8.4", - "cypress": "^13.16.0", + "cypress": "^13.16.1", "cypress-plugin-tab": "^1.0.5", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0",