From 50822b80dc4084dc38e7ef6f385d968269972030 Mon Sep 17 00:00:00 2001 From: SimonasB88 Date: Mon, 13 Nov 2023 10:01:01 +0200 Subject: [PATCH] cypress update --- 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 1929a96df..1738c7fa6 100755 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "ISC", "devDependencies": { - "cypress": "^13.4.0", + "cypress": "^13.5.0", "cypress-fail-fast": "^7.0.3", "cypress-iframe": "^1.0.1", "cypress-terminal-report": "^5.3.3", @@ -712,9 +712,9 @@ } }, "node_modules/cypress": { - "version": "13.4.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.4.0.tgz", - "integrity": "sha512-KeWNC9xSHG/ewZURVbaQsBQg2mOKw4XhjJZFKjWbEjgZCdxpPXLpJnfq5Jns1Gvnjp6AlnIfpZfWFlDgVKXdWQ==", + "version": "13.5.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.5.0.tgz", + "integrity": "sha512-oh6U7h9w8wwHfzNDJQ6wVcAeXu31DlIYlNOBvfd6U4CcB8oe4akawQmH+QJVOMZlM42eBoCne015+svVqdwdRQ==", "dev": true, "hasInstallScript": true, "dependencies": { diff --git a/package.json b/package.json index eb3ddfdd4..3d8b1c752 100755 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/mollie/PrestaShop#readme", "devDependencies": { - "cypress": "^13.4.0", + "cypress": "^13.5.0", "cypress-fail-fast": "^7.0.3", "cypress-iframe": "^1.0.1", "cypress-terminal-report": "^5.3.3",