From 333c7db4c02302e5901ffaf509d5d5f5950f2d9d Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Thu, 12 Oct 2023 12:26:53 +0300 Subject: [PATCH] chore(deps): update dependency cypress to v13.3.1 (#5611) --- 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 cebe0ee0f025..82ac1fbcd83b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,7 +57,7 @@ "babel-loader": "9.1.3", "cpy-cli": "4.2.0", "cspell": "7.3.7", - "cypress": "13.3.0", + "cypress": "13.3.1", "cypress-real-events": "1.10.3", "eslint": "8.51.0", "find-in-files": "0.5.0", @@ -16142,9 +16142,9 @@ } }, "node_modules/cypress": { - "version": "13.3.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.3.0.tgz", - "integrity": "sha512-mpI8qcTwLGiA4zEQvTC/U1xGUezVV4V8HQCOYjlEOrVmU1etVvxOjkCXHGwrlYdZU/EPmUiWfsO3yt1o+Q2bgw==", + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.3.1.tgz", + "integrity": "sha512-g4mJLZxYN+UAF2LMy3Znd4LBnUmS59Vynd81VES59RdW48Yt+QtR2cush3melOoVNz0PPbADpWr8DcUx6mif8Q==", "dev": true, "hasInstallScript": true, "dependencies": { diff --git a/package.json b/package.json index 801f55e1b61c..3aed73bcf548 100644 --- a/package.json +++ b/package.json @@ -142,7 +142,7 @@ "babel-loader": "9.1.3", "cpy-cli": "4.2.0", "cspell": "7.3.7", - "cypress": "13.3.0", + "cypress": "13.3.1", "cypress-real-events": "1.10.3", "eslint": "8.51.0", "find-in-files": "0.5.0",