From 346cc056f677038f2a4f1f9091b3e0197da744eb Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Fri, 22 Mar 2024 01:22:47 +0300 Subject: [PATCH] chore(deps): update dependency cypress to v13.7.1 (#583) --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 29d67bdb..8455cce6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -84,7 +84,7 @@ "babel-jest": "29.7.0", "commitlint": "19.2.1", "css-loader": "6.10.0", - "cypress": "13.7.0", + "cypress": "13.7.1", "dotenv": "16.4.5", "eslint": "8.57.0", "eslint-config-prettier": "9.1.0", @@ -17517,9 +17517,9 @@ } }, "node_modules/cypress": { - "version": "13.7.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.7.0.tgz", - "integrity": "sha512-UimjRSJJYdTlvkChcdcfywKJ6tUYuwYuk/n1uMMglrvi+ZthNhoRYcxnWgTqUtkl17fXrPAsD5XT2rcQYN1xKA==", + "version": "13.7.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.7.1.tgz", + "integrity": "sha512-4u/rpFNxOFCoFX/Z5h+uwlkBO4mWzAjveURi3vqdSu56HPvVdyGTxGw4XKGWt399Y1JwIn9E1L9uMXQpc0o55w==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -54403,9 +54403,9 @@ } }, "cypress": { - "version": "13.7.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.7.0.tgz", - "integrity": "sha512-UimjRSJJYdTlvkChcdcfywKJ6tUYuwYuk/n1uMMglrvi+ZthNhoRYcxnWgTqUtkl17fXrPAsD5XT2rcQYN1xKA==", + "version": "13.7.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.7.1.tgz", + "integrity": "sha512-4u/rpFNxOFCoFX/Z5h+uwlkBO4mWzAjveURi3vqdSu56HPvVdyGTxGw4XKGWt399Y1JwIn9E1L9uMXQpc0o55w==", "dev": true, "requires": { "@cypress/request": "^3.0.0", diff --git a/package.json b/package.json index 674d7ba3..372e4a01 100644 --- a/package.json +++ b/package.json @@ -122,7 +122,7 @@ "babel-jest": "29.7.0", "commitlint": "19.2.1", "css-loader": "6.10.0", - "cypress": "13.7.0", + "cypress": "13.7.1", "dotenv": "16.4.5", "eslint": "8.57.0", "eslint-config-prettier": "9.1.0",