diff --git a/package-lock.json b/package-lock.json index a1ec76e05..5b7ee43ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19062,9 +19062,9 @@ "license": "MIT" }, "node_modules/cypress": { - "version": "13.15.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.15.0.tgz", - "integrity": "sha512-53aO7PwOfi604qzOkCSzNlWquCynLlKE/rmmpSPcziRH6LNfaDUAklQT6WJIsD8ywxlIy+uVZsnTMCCQVd2kTw==", + "version": "13.15.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.15.1.tgz", + "integrity": "sha512-DwUFiKXo4lef9kA0M4iEhixFqoqp2hw8igr0lTqafRb9qtU3X0XGxKbkSYsUFdkrAkphc7MPDxoNPhk5pj9PVg==", "dev": true, "hasInstallScript": true, "license": "MIT", @@ -19109,6 +19109,7 @@ "semver": "^7.5.3", "supports-color": "^8.1.1", "tmp": "~0.2.3", + "tree-kill": "1.2.2", "untildify": "^4.0.0", "yauzl": "^2.10.0" }, @@ -46851,7 +46852,7 @@ "name": "@maskito/demo-cypress", "devDependencies": { "@nx/cypress": "20.0.1", - "cypress": "13.15.0", + "cypress": "13.15.1", "cypress-real-events": "1.13.0" } }, diff --git a/projects/demo-integrations/package.json b/projects/demo-integrations/package.json index c5c2dfd7c..ee1c32af5 100644 --- a/projects/demo-integrations/package.json +++ b/projects/demo-integrations/package.json @@ -3,7 +3,7 @@ "private": true, "devDependencies": { "@nx/cypress": "20.0.1", - "cypress": "13.15.0", + "cypress": "13.15.1", "cypress-real-events": "1.13.0" } }