From bb04b49a68797e355ddf47bb5d7f60be2d1d233a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 14:32:04 +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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 99effe3..eaa98c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@testing-library/react": "^16.0.1", "browserslist": "^4.24.2", "browserslist-useragent": "^4.0.0", - "cypress": "^13.16.0", + "cypress": "^13.16.1", "eslint-plugin-react": "^7.37.2", "iconoir-react": "^7.10.1", "react": "^18.3.1", @@ -2863,11 +2863,10 @@ "license": "MIT" }, "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==", "hasInstallScript": true, - "license": "MIT", "dependencies": { "@cypress/request": "^3.0.6", "@cypress/xvfb": "^1.2.4", diff --git a/package.json b/package.json index aabebe6..0a9db31 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@testing-library/react": "^16.0.1", "browserslist": "^4.24.2", "browserslist-useragent": "^4.0.0", - "cypress": "^13.16.0", + "cypress": "^13.16.1", "eslint-plugin-react": "^7.37.2", "iconoir-react": "^7.10.1", "react": "^18.3.1",