From ca701ff62cc8394dcc51a7d56a5554591a1c9558 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 06:48:19 +0000 Subject: [PATCH] Bump cypress from 13.16.0 to 13.16.1 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] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 89f058a..54b825c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@faker-js/faker": "^9.2.0", "@types/eslint__js": "^8.42.3", "@types/node": "^22.9.0", - "cypress": "^13.16.0", + "cypress": "^13.16.1", "eslint": "^9.16.0", "eslint-plugin-chai-friendly": "^1.0.1", "eslint-plugin-cypress": "^4.1.0", @@ -1180,9 +1180,9 @@ } }, "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", diff --git a/package.json b/package.json index 25b8372..234f212 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@faker-js/faker": "^9.2.0", "@types/eslint__js": "^8.42.3", "@types/node": "^22.9.0", - "cypress": "^13.16.0", + "cypress": "^13.16.1", "eslint": "^9.16.0", "eslint-plugin-chai-friendly": "^1.0.1", "eslint-plugin-cypress": "^4.1.0",