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": {