From 48d0edd243ee4ef9ec83efe975a9d43eb3ac3382 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 02:02:35 +0000 Subject: [PATCH] Chore(deps-dev): 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 f8423f147..ff2a6d335 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,7 +55,7 @@ "@relative-ci/agent": "^4.2.14", "@vue/test-utils": "^2.4.6", "@vue/vue2-jest": "^29.2.6", - "cypress": "^13.16.0", + "cypress": "^13.16.1", "eslint-plugin-cypress": "^3.6.0", "eslint-webpack-plugin": "^4.2.0", "jest": "^29.7.0", @@ -8156,9 +8156,9 @@ "integrity": "sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA==" }, "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, "dependencies": { diff --git a/package.json b/package.json index 6b6113030..eaca64c5e 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "@relative-ci/agent": "^4.2.14", "@vue/test-utils": "^2.4.6", "@vue/vue2-jest": "^29.2.6", - "cypress": "^13.16.0", + "cypress": "^13.16.1", "eslint-plugin-cypress": "^3.6.0", "eslint-webpack-plugin": "^4.2.0", "jest": "^29.7.0",