From 629192c3ef3ba877584bf4cac6071b311363f39a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 04:37:22 +0000 Subject: [PATCH] chore(deps): bump cypress from 13.7.2 to 13.7.3 Bumps [cypress](https://github.com/cypress-io/cypress) from 13.7.2 to 13.7.3. - [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.7.2...v13.7.3) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:production 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 d2b4598..95ebb68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@types/node": "^18.14.6", "@types/react": "^17.0.11", "@types/react-dom": "^17.0.8", - "cypress": "^13.7.2", + "cypress": "^13.7.3", "npm-run-all": "^4.1.5", "react": "^18.2.0", "react-dom": "18.2.0", @@ -6561,9 +6561,9 @@ "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==" }, "node_modules/cypress": { - "version": "13.7.2", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.7.2.tgz", - "integrity": "sha512-FF5hFI5wlRIHY8urLZjJjj/YvfCBrRpglbZCLr/cYcL9MdDe0+5usa8kTIrDHthlEc9lwihbkb5dmwqBDNS2yw==", + "version": "13.7.3", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.7.3.tgz", + "integrity": "sha512-uoecY6FTCAuIEqLUYkTrxamDBjMHTYak/1O7jtgwboHiTnS1NaMOoR08KcTrbRZFCBvYOiS4tEkQRmsV+xcrag==", "hasInstallScript": true, "dependencies": { "@cypress/request": "^3.0.0", diff --git a/package.json b/package.json index 9750c6e..906badb 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@types/node": "^18.14.6", "@types/react": "^17.0.11", "@types/react-dom": "^17.0.8", - "cypress": "^13.7.2", + "cypress": "^13.7.3", "npm-run-all": "^4.1.5", "react": "^18.2.0", "react-dom": "18.2.0",