diff --git a/package-lock.json b/package-lock.json index 884c199..2a8e60c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "@semantic-release/git": "~10.0.1", "core-js": "~3.24.1", "core-js-pure": "~3.18.2", - "cypress": "~13.7.2", + "cypress": "~13.11.0", "eslint": "~7.25.0", "prettier": "~3.2.5", "promise-polyfill": "~8.2.1", @@ -11318,9 +11318,9 @@ } }, "node_modules/cypress": { - "version": "13.7.2", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.7.2.tgz", - "integrity": "sha512-FF5hFI5wlRIHY8urLZjJjj/YvfCBrRpglbZCLr/cYcL9MdDe0+5usa8kTIrDHthlEc9lwihbkb5dmwqBDNS2yw==", + "version": "13.11.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.11.0.tgz", + "integrity": "sha512-NXXogbAxVlVje4XHX+Cx5eMFZv4Dho/2rIcdBHg9CNPFUGZdM4cRdgIgM7USmNYsC12XY0bZENEQ+KBk72fl+A==", "dev": true, "hasInstallScript": true, "dependencies": { diff --git a/package.json b/package.json index ba07e91..3ec940d 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "rollup-plugin-ts": "~3.4.5", "core-js": "~3.24.1", "core-js-pure": "~3.18.2", - "cypress": "~13.7.2", + "cypress": "~13.11.0", "eslint": "~7.25.0", "prettier": "~3.2.5", "promise-polyfill": "~8.2.1",