From 4b92702f4ebeda5e4695aa5ac72f12046f0c7f3f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 11:22:15 +0000 Subject: [PATCH] Update dependency cypress-plugin-api to v2.11.2 --- CypressTests/package-lock.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CypressTests/package-lock.json b/CypressTests/package-lock.json index 7a38e871..a5ff4d8d 100644 --- a/CypressTests/package-lock.json +++ b/CypressTests/package-lock.json @@ -1004,10 +1004,11 @@ } }, "node_modules/cypress-plugin-api": { - "version": "2.11.1", - "resolved": "https://registry.npmjs.org/cypress-plugin-api/-/cypress-plugin-api-2.11.1.tgz", - "integrity": "sha512-62Fc5H59Web01UrcbEsgfhp0pDN7xmHtkXYqTGmwD4NiHz1DN+9ZSxjxVFAUCBY1Q+Ns2E3nTOvDZIl8wdeNDQ==", + "version": "2.11.2", + "resolved": "https://registry.npmjs.org/cypress-plugin-api/-/cypress-plugin-api-2.11.2.tgz", + "integrity": "sha512-iWvHK5OThTyi/Ml/yQbl5h2g/4ZOE7a0wd+llLofACww9tSqQi8GjlE8DqVhb4p7bsT0JFHFh4IUZOwW8U+vdQ==", "dev": true, + "license": "ISC", "dependencies": { "highlight.js": "11.4.0", "prismjs": "^1.29.0", @@ -1015,7 +1016,7 @@ "vue": "^3.2.41" }, "peerDependencies": { - "cypress": ">=3" + "cypress": ">=10" } }, "node_modules/dashdash": {